home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / The Dude / dude-install-3.5.exe / data / files / mibs / TRANGOP5830S-MU-MIB.txt < prev    next >
Encoding:
Text File  |  2009-12-11  |  33.0 KB  |  882 lines

  1. -- Private MIB definition for Trango Systems
  2. -- Access 58xx series wireless broadband Master Unit P5830S
  3. -- Version: 1.0
  4. -- Date: June 10, 2003
  5. --
  6. -- Copyright 2003: Trango Systems, Inc. All Rights Reserved.
  7. -- Trango Systems, Inc. 15070 Avenue Of Science Suite 200 San Diego CA 92128 USA.
  8. --
  9. -- Reproduction of this document is authorized on condition that the
  10. -- foregoing copyright notice is included.
  11.  
  12. TRANGOP5830S-MU-MIB DEFINITIONS ::= BEGIN
  13.  
  14. -- MIB module for enterprise trango wireless broadband
  15. -- of management of P5830S master unit
  16.  
  17.         IMPORTS
  18.             enterprises, IpAddress, Counter
  19.             FROM RFC1155-SMI
  20.         OBJECT-TYPE
  21.             FROM RFC-1212;
  22.  
  23.         -- textual conventions
  24.  
  25.         DisplayString ::=
  26.             OCTET STRING
  27.         -- This data type is used to model textual information taken
  28.         -- from the NVT ASCII character set.  By convention, objects
  29.         -- with this syntax are declared as having
  30.         --
  31.         -- SIZE (0..255)
  32.  
  33.  
  34.     -- trango wireless broadband MIB registration id assigned to 5454.
  35.         -- customer needs to change this value based on their OEM value.
  36.     trango            OBJECT IDENTIFIER ::= { enterprises 5454 }
  37.     tbw            OBJECT IDENTIFIER ::= { trango 1 }
  38.     p5830smu    OBJECT IDENTIFIER ::= { tbw 22 }
  39.  
  40.     -- modules branched from p5830smu
  41.     musys       OBJECT IDENTIFIER ::= { p5830smu 1 }
  42.     murf        OBJECT IDENTIFIER ::= { p5830smu 2 }
  43.     ru         OBJECT IDENTIFIER ::= { p5830smu 3 }
  44.     trapconfig  OBJECT IDENTIFIER ::= { p5830smu 4 }
  45.     mibinfo     OBJECT IDENTIFIER ::= { p5830smu 5 }
  46.     
  47.     muversion   OBJECT IDENTIFIER ::= { musys 1 }
  48.     muswitches  OBJECT IDENTIFIER ::= { musys 8}
  49.     mutraffic   OBJECT IDENTIFIER ::= { musys 9}
  50.     muipconfig  OBJECT IDENTIFIER ::= { musys 13}
  51.     murftable   OBJECT IDENTIFIER ::= { murf 4 }
  52.     muism       OBJECT IDENTIFIER ::= { murf 5 }
  53.     muunii      OBJECT IDENTIFIER ::= { murf 6 }
  54.  
  55.     -- MIB objects defined below
  56.  
  57.     -- master unit system objects
  58.     muversionHW OBJECT-TYPE
  59.             SYNTAX  OCTET STRING (SIZE(2))
  60.             ACCESS  read-only
  61.             STATUS  mandatory
  62.             DESCRIPTION
  63.                "Hardware version."
  64.             ::= { muversion 1 }
  65.  
  66.     muversionFW OBJECT-TYPE
  67.             SYNTAX  DisplayString (SIZE (0..80))
  68.             ACCESS  read-only
  69.             STATUS  mandatory
  70.             DESCRIPTION
  71.                "Main firmware version.
  72.                  Format: <code version>H<hardware version>D<date>."
  73.             ::= { muversion 2 }
  74.  
  75.     muversionFPGA OBJECT-TYPE
  76.             SYNTAX  OCTET STRING (SIZE(4))
  77.             ACCESS  read-only
  78.             STATUS  mandatory
  79.             DESCRIPTION
  80.                "FPGA firmware version."
  81.             ::= { muversion 3 }
  82.  
  83.     muversionFWChecksum OBJECT-TYPE
  84.             SYNTAX  OCTET STRING (SIZE(4))
  85.             ACCESS  read-only
  86.             STATUS  mandatory
  87.             DESCRIPTION
  88.                "Master unit firmware checksum."
  89.             ::= { muversion 4 }
  90.  
  91.     muversionFPGAChecksum OBJECT-TYPE
  92.             SYNTAX  OCTET STRING (SIZE(4))
  93.             ACCESS  read-only
  94.             STATUS  mandatory
  95.             DESCRIPTION
  96.                "Master unit FPGA checksum."
  97.             ::= { muversion 5 }
  98.  
  99.     musysDeviceId OBJECT-TYPE
  100.         SYNTAX  OCTET STRING (SIZE(6))
  101.         ACCESS  read-only
  102.         STATUS  mandatory
  103.         DESCRIPTION
  104.             "Master unit device Id. Each master unit in a cluster shall have unique ID."
  105.         ::= { musys 2 }
  106.  
  107.     musysDefOpMode OBJECT-TYPE
  108.         SYNTAX  INTEGER {
  109.                         on(16),
  110.                         off(0)
  111.                     }
  112.             ACCESS  read-write
  113.         STATUS  mandatory
  114.         DESCRIPTION
  115.             "The operation mode (on or off) the master unit is on after reboot/power cycle."
  116.         ::= { musys 3 }
  117.  
  118.     musysCurOpMode OBJECT-TYPE
  119.         SYNTAX  INTEGER {
  120.                         on(16),
  121.                         off(0)
  122.                     }
  123.         ACCESS  read-only
  124.         STATUS  mandatory
  125.         DESCRIPTION
  126.             "Master unit's current operation mode."
  127.         ::= { musys 4 }
  128.         
  129.         musysActivateOpmode OBJECT-TYPE
  130.             SYNTAX  INTEGER {
  131.                         deactivated(0),
  132.                         activated(1)
  133.                     }
  134.             ACCESS  read-write
  135.             STATUS  mandatory
  136.             DESCRIPTION
  137.                 "Engage master unit to on operation mode."
  138.             DEFVAL { deactivated }
  139.             ::= { musys 5 }
  140.  
  141.     musysReadCommStr OBJECT-TYPE
  142.             SYNTAX  DisplayString (SIZE (0..32))
  143.         ACCESS  read-write
  144.         STATUS  mandatory
  145.         DESCRIPTION
  146.         "SNMP agent read community string. It is used for authentication                          purpose."
  147.          ::= { musys 6 }
  148.  
  149.     musysWriteCommStr OBJECT-TYPE
  150.             SYNTAX  DisplayString (SIZE (0..32))
  151.         ACCESS  read-write
  152.         STATUS  mandatory
  153.         DESCRIPTION
  154.             "SNMP agent write community string. It is used for authentication                            purpose."
  155.         ::= { musys 7 }
  156.  
  157.     muswitchesBlockBroadcastMulticast OBJECT-TYPE
  158.         SYNTAX  INTEGER {
  159.                         passed(0),
  160.                         blocked(1)
  161.                     }
  162.         ACCESS  read-write
  163.         STATUS  mandatory
  164.         DESCRIPTION
  165.         "This switch enables or disables the blocking of Ethernet
  166.                  control packet except ICMP and ARP to reduce the amount
  167.                  of uneccessary overhead introduced to the wireless link."
  168.         ::= { muswitches 1 }
  169.  
  170.     muswitchesHTTPD OBJECT-TYPE
  171.         SYNTAX  INTEGER {
  172.                         disabled(0),
  173.                         enabled(1)
  174.                     }
  175.         ACCESS  read-write
  176.         STATUS  mandatory
  177.         DESCRIPTION
  178.         "When it is turned on, then the master unit is accessible
  179.          for configuring via web browser (e.g. IE or Nescape)."
  180.         ::= { muswitches 5 }
  181.  
  182.     muswitchesAutoPowerLevelRemoteUnit OBJECT-TYPE
  183.         SYNTAX  INTEGER {
  184.                         disabled(0),
  185.                         enabled(1)
  186.                     }
  187.         ACCESS  read-write
  188.         STATUS  mandatory
  189.         DESCRIPTION
  190.         "When it is turned on, then the master unit will
  191.          command the remote unit to do power leveling."
  192.         ::= { muswitches 7 }
  193.  
  194.     mutrafficEthInOctets OBJECT-TYPE
  195.         SYNTAX  Counter
  196.         ACCESS  read-only
  197.         STATUS  mandatory
  198.         DESCRIPTION
  199.         "Number of payload octets received on Ethernet port."
  200.             ::= { mutraffic 1 }
  201.  
  202.     mutrafficEthOutOctets OBJECT-TYPE
  203.         SYNTAX  Counter
  204.         ACCESS  read-only
  205.         STATUS  mandatory
  206.         DESCRIPTION
  207.         "Number of payload octets transmitted on Ethernet port."
  208.         ::= { mutraffic 2 }
  209.  
  210.     mutrafficRfInOctets OBJECT-TYPE
  211.         SYNTAX  Counter
  212.         ACCESS  read-only
  213.         STATUS  mandatory
  214.         DESCRIPTION
  215.         "Number of octets of remote's payload received from RF port."
  216.         ::= { mutraffic 3 }
  217.  
  218.     mutrafficRfOutOctets OBJECT-TYPE
  219.         SYNTAX  Counter
  220.         ACCESS  read-only
  221.         STATUS  mandatory
  222.         DESCRIPTION
  223.         "Number of octets of remote's payload transmitted to RF port."
  224.             ::= { mutraffic 4 }
  225.  
  226.         musysTemperature OBJECT-TYPE
  227.             SYNTAX  INTEGER (-128..127)
  228.             ACCESS  read-only
  229.             STATUS  mandatory
  230.             DESCRIPTION
  231.                 "Current master unit's temperature value (in Celsius)."
  232.             ::= { musys 10 }
  233.  
  234.     musysUpdateFlashAndActivate OBJECT-TYPE
  235.         SYNTAX  INTEGER {
  236.                         no(0),
  237.                         yes(1)
  238.                     }
  239.         ACCESS  read-write
  240.         STATUS  mandatory
  241.         DESCRIPTION
  242.             "Save system setting values to Flash and activate the settings."
  243.             DEFVAL  {no}
  244.         ::= { musys 11 }
  245.  
  246.     musysReboot OBJECT-TYPE
  247.         SYNTAX  INTEGER {
  248.                         deactivated(0),
  249.                         activated(1)
  250.                     }
  251.         ACCESS  read-write
  252.         STATUS  mandatory
  253.         DESCRIPTION
  254.             "Reboot the master unit."
  255.             DEFVAL { deactivated }
  256.         ::= { musys 12 }
  257.  
  258.     muipconfigIpAddress OBJECT-TYPE
  259.         SYNTAX  IpAddress
  260.         ACCESS  read-write
  261.         STATUS  mandatory
  262.         DESCRIPTION
  263.             "New IP address. It will be saved to
  264.                  non-volatile memory and activated in 5 secs."
  265.         ::= { muipconfig 1 }
  266.  
  267.         muipconfigSubnet OBJECT-TYPE
  268.         SYNTAX  IpAddress
  269.         ACCESS  read-write
  270.         STATUS  mandatory
  271.         DESCRIPTION
  272.         "New Subnet mask. It will be saved to
  273.                  non-volatile memory and activated in 5 secs."
  274.         ::= { muipconfig 2 }
  275.  
  276.         muipconfigDefaultGateway OBJECT-TYPE
  277.         SYNTAX  IpAddress
  278.         ACCESS  read-write
  279.         STATUS  mandatory
  280.         DESCRIPTION
  281.         "New Default gateway. It will be saved to
  282.                  non-volatile memory and activated in 5 secs."
  283.         ::= { muipconfig 3 }
  284.  
  285.     -- master unit rf objects
  286.     murfRSSI OBJECT-TYPE
  287.         SYNTAX  INTEGER (-128..127)
  288.         ACCESS  read-only
  289.         STATUS  mandatory
  290.         DESCRIPTION
  291.         "Remote unit RSSI (in dBm)."
  292.         ::= { murf 1 }
  293.  
  294.     murfActiveChannel OBJECT-TYPE
  295.         SYNTAX  INTEGER (1..30)
  296.         ACCESS  read-write
  297.         STATUS  mandatory
  298.         DESCRIPTION
  299.         "It specifies the current channel number the master unit operates on."
  300.         ::= { murf 2 }
  301.  
  302.     murfActivePolarization OBJECT-TYPE
  303.             SYNTAX  DisplayString (SIZE (1))
  304.         ACCESS  read-write
  305.         STATUS  mandatory
  306.         DESCRIPTION
  307.             "It specifies the current polarization the master unit operates on."
  308.         ::= { murf 3 }
  309.  
  310.     murftableChannel1 OBJECT-TYPE
  311.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  312.         ACCESS  read-write
  313.         STATUS  mandatory
  314.         DESCRIPTION
  315.             "RF channel 1 frequency (in MHz). It allows you to create your
  316.                  own channel instead of the manufacturing defaults in the master unit.
  317.                  Keep in mind that channel width is 20MHz, and the frequency
  318.                  specified here is the center frequency.
  319.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  320.         ::= { murftable 1 }
  321.  
  322.     murftableChannel2 OBJECT-TYPE
  323.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  324.         ACCESS  read-write
  325.         STATUS  mandatory
  326.         DESCRIPTION
  327.             "RF channel 2 frequency (in MHz). It allows you to create your
  328.                  own channel instead of the manufacturing defaults in the master unit.
  329.                  Keep in mind that channel width is 20MHz, and the frequency
  330.                  specified here is the center frequency.
  331.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  332.         ::= { murftable 2 }
  333.  
  334.     murftableChannel3 OBJECT-TYPE
  335.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  336.             ACCESS  read-write
  337.         STATUS  mandatory
  338.         DESCRIPTION
  339.         "RF channel 3 frequency (in MHz). It allows you to create your
  340.                  own channel instead of the manufacturing defaults in the master unit.
  341.                  Keep in mind that channel width is 20MHz, and the frequency
  342.                  specified here is the center frequency.
  343.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  344.         ::= { murftable 3 }
  345.  
  346.     murftableChannel4 OBJECT-TYPE
  347.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  348.         ACCESS  read-write
  349.         STATUS  mandatory
  350.         DESCRIPTION
  351.         "RF channel 4 frequency (in MHz). It allows you to create your
  352.                  own channel instead of the manufacturing defaults in the master unit.
  353.                  Keep in mind that channel width is 20MHz, and the frequency
  354.                  specified here is the center frequency.
  355.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  356.         ::= { murftable 4 }
  357.  
  358.     murftableChannel5 OBJECT-TYPE
  359.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  360.         ACCESS  read-write
  361.         STATUS  mandatory
  362.         DESCRIPTION
  363.          "RF channel 5 frequency (in MHz). It allows you to create your
  364.                  own channel instead of the manufacturing defaults in the master unit.
  365.                  Keep in mind that channel width is 20MHz, and the frequency
  366.                  specified here is the center frequency.
  367.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  368.         ::= { murftable 5 }
  369.  
  370.     murftableChannel6 OBJECT-TYPE
  371.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  372.         ACCESS  read-write
  373.         STATUS  mandatory
  374.         DESCRIPTION
  375.             "RF channel 6 frequency (in MHz). It allows you to create your
  376.                  own channel instead of the manufacturing defaults in the master unit.
  377.                  Keep in mind that channel width is 20MHz, and the frequency
  378.                  specified here is the center frequency.
  379.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  380.         ::= { murftable 6 }
  381.  
  382.     murftableChannel7 OBJECT-TYPE
  383.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  384.         ACCESS  read-write
  385.         STATUS  mandatory
  386.         DESCRIPTION
  387.             "RF channel 7 frequency (in MHz). It allows you to create your
  388.                  own channel instead of the manufacturing defaults in the master unit.
  389.                  Keep in mind that channel width is 20MHz, and the frequency
  390.                  specified here is the center frequency.
  391.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  392.         ::= { murftable 7 }
  393.  
  394.     murftableChannel8 OBJECT-TYPE
  395.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  396.         ACCESS  read-write
  397.         STATUS  mandatory
  398.         DESCRIPTION
  399.         "RF channel 8 frequency (in MHz). It allows you to create your
  400.                  own channel instead of the manufacturing defaults in the master unit.
  401.                  Keep in mind that channel width is 20MHz, and the frequency
  402.                  specified here is the center frequency.
  403.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  404.         ::= { murftable 8 }
  405.  
  406.     murftableChannel9 OBJECT-TYPE
  407.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  408.         ACCESS  read-write
  409.         STATUS  mandatory
  410.         DESCRIPTION
  411.             "RF channel 9 frequency (in MHz). It allows you to create your
  412.                  own channel instead of the manufacturing defaults in the master unit.
  413.                  Keep in mind that channel width is 20MHz, and the frequency
  414.                  specified here is the center frequency.
  415.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  416.         ::= { murftable 9 }
  417.  
  418.     murftableChannel10 OBJECT-TYPE
  419.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  420.         ACCESS  read-write
  421.         STATUS  mandatory
  422.         DESCRIPTION
  423.         "RF channel 10 frequency (in MHz). It allows you to create your
  424.                  own channel instead of the manufacturing defaults in the master unit.
  425.                  Keep in mind that channel width is 20MHz, and the frequency
  426.                  specified here is the center frequency.
  427.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  428.         ::= { murftable 10 }
  429.  
  430.     murftableChannel11 OBJECT-TYPE
  431.             SYNTAX  INTEGER (5260..5340 | 5736..5836)
  432.         ACCESS  read-write
  433.         STATUS  mandatory
  434.         DESCRIPTION
  435.         "RF channel 11 frequency (in MHz). It allows you to create your
  436.                  own channel instead of the manufacturing defaults in the master unit.
  437.                  Keep in mind that channel width is 20MHz, and the frequency
  438.                  specified here is the center frequency.
  439.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  440.         ::= { murftable 11 }
  441.  
  442.     murftableChannel12 OBJECT-TYPE
  443.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  444.         ACCESS  read-write
  445.         STATUS  mandatory
  446.         DESCRIPTION
  447.            "RF channel 12 frequency (in MHz). It allows you to create your
  448.                  own channel instead of the manufacturing defaults in the master unit.
  449.                  Keep in mind that channel width is 20MHz, and the frequency
  450.                  specified here is the center frequency.
  451.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  452.         ::= { murftable 12 }
  453.  
  454.     murftableChannel13 OBJECT-TYPE
  455.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  456.         ACCESS  read-write
  457.         STATUS  mandatory
  458.         DESCRIPTION
  459.         "RF channel 13 frequency (in MHz). It allows you to create your
  460.                  own channel instead of the manufacturing defaults in the master unit.
  461.                  Keep in mind that channel width is 20MHz, and the frequency
  462.                  specified here is the center frequency.
  463.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  464.         ::= { murftable 13 }
  465.  
  466.     murftableChannel14 OBJECT-TYPE
  467.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  468.         ACCESS  read-write
  469.         STATUS  mandatory
  470.         DESCRIPTION
  471.         "RF channel 14 frequency (in MHz). It allows you to create your
  472.                  own channel instead of the manufacturing defaults in the master unit.
  473.                  Keep in mind that channel width is 20MHz, and the frequency
  474.                  specified here is the center frequency.
  475.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  476.         ::= { murftable 14 }
  477.  
  478.     murftableChannel15 OBJECT-TYPE
  479.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  480.         ACCESS  read-write
  481.         STATUS  mandatory
  482.         DESCRIPTION
  483.         "RF channel 15 frequency (in MHz). It allows you to create your
  484.                  own channel instead of the manufacturing defaults in the master unit.
  485.                  Keep in mind that channel width is 20MHz, and the frequency
  486.                  specified here is the center frequency.
  487.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  488.         ::= { murftable 15 }
  489.  
  490.     murftableChannel16 OBJECT-TYPE
  491.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  492.         ACCESS  read-write
  493.         STATUS  mandatory
  494.         DESCRIPTION
  495.         "RF channel 16 frequency (in MHz). It allows you to create your
  496.                  own channel instead of the manufacturing defaults in the master unit.
  497.                  Keep in mind that channel width is 20MHz, and the frequency
  498.                  specified here is the center frequency.
  499.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  500.         ::= { murftable 16 }
  501.  
  502.     murftableChannel17 OBJECT-TYPE
  503.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  504.         ACCESS  read-write
  505.         STATUS  mandatory
  506.         DESCRIPTION
  507.         "RF channel 17 frequency (in MHz). It allows you to create your
  508.                  own channel instead of the manufacturing defaults in the master unit.
  509.                  Keep in mind that channel width is 20MHz, and the frequency
  510.                  specified here is the center frequency.
  511.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  512.         ::= { murftable 17 }
  513.  
  514.     murftableChannel18 OBJECT-TYPE
  515.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  516.         ACCESS  read-write
  517.         STATUS  mandatory
  518.         DESCRIPTION
  519.         "RF channel 18 frequency (in MHz). It allows you to create your
  520.                  own channel instead of the manufacturing defaults in the master unit.
  521.                  Keep in mind that channel width is 20MHz, and the frequency
  522.                  specified here is the center frequency.
  523.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  524.         ::= { murftable 18 }
  525.  
  526.     murftableChannel19 OBJECT-TYPE
  527.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  528.         ACCESS  read-write
  529.         STATUS  mandatory
  530.         DESCRIPTION
  531.         "RF channel 19 frequency (in MHz). It allows you to create your
  532.                  own channel instead of the manufacturing defaults in the master unit.
  533.                  Keep in mind that channel width is 20MHz, and the frequency
  534.                  specified here is the center frequency.
  535.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  536.         ::= { murftable 19 }
  537.  
  538.     murftableChannel20 OBJECT-TYPE
  539.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  540.         ACCESS  read-write
  541.         STATUS  mandatory
  542.         DESCRIPTION
  543.         "RF channel 20 frequency (in MHz). It allows you to create your
  544.                  own channel instead of the manufacturing defaults in the master unit.
  545.                  Keep in mind that channel width is 20MHz, and the frequency
  546.                  specified here is the center frequency.
  547.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  548.         ::= { murftable 20 }
  549.  
  550.     murftableChannel21 OBJECT-TYPE
  551.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  552.         ACCESS  read-write
  553.         STATUS  mandatory
  554.         DESCRIPTION
  555.         "RF channel 21 frequency (in MHz). It allows you to create your
  556.                  own channel instead of the manufacturing defaults in the master unit.
  557.                  Keep in mind that channel width is 20MHz, and the frequency
  558.                  specified here is the center frequency.
  559.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  560.         ::= { murftable 21 }
  561.  
  562.     murftableChannel22 OBJECT-TYPE
  563.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  564.         ACCESS  read-write
  565.         STATUS  mandatory
  566.         DESCRIPTION
  567.         "RF channel 22 frequency (in MHz). It allows you to create your
  568.                  own channel instead of the manufacturing defaults in the master unit.
  569.                  Keep in mind that channel width is 20MHz, and the frequency
  570.                  specified here is the center frequency.
  571.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  572.         ::= { murftable 22 }
  573.  
  574.     murftableChannel23 OBJECT-TYPE
  575.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  576.         ACCESS  read-write
  577.         STATUS  mandatory
  578.         DESCRIPTION
  579.             "RF channel 23 frequency (in MHz). It allows you to create your
  580.                  own channel instead of the manufacturing defaults in the master unit.
  581.                  Keep in mind that channel width is 20MHz, and the frequency
  582.                  specified here is the center frequency.
  583.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  584.         ::= { murftable 23 }
  585.  
  586.     murftableChannel24 OBJECT-TYPE
  587.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  588.         ACCESS  read-write
  589.         STATUS  mandatory
  590.         DESCRIPTION
  591.         "RF channel 24 frequency (in MHz). It allows you to create your
  592.                  own channel instead of the manufacturing defaults in the master unit.
  593.                  Keep in mind that channel width is 20MHz, and the frequency
  594.                  specified here is the center frequency.
  595.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  596.         ::= { murftable 24 }
  597.  
  598.     murftableChannel25 OBJECT-TYPE
  599.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  600.         ACCESS  read-write
  601.         STATUS  mandatory
  602.         DESCRIPTION
  603.         "RF channel 25 frequency (in MHz). It allows you to create your
  604.                  own channel instead of the manufacturing defaults in the master unit.
  605.                  Keep in mind that channel width is 20MHz, and the frequency
  606.                  specified here is the center frequency.
  607.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  608.         ::= { murftable 25 }
  609.  
  610.     murftableChannel26 OBJECT-TYPE
  611.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  612.         ACCESS  read-write
  613.         STATUS  mandatory
  614.         DESCRIPTION
  615.         "RF channel 26 frequency (in MHz). It allows you to create your
  616.                  own channel instead of the manufacturing defaults in the master unit.
  617.                  Keep in mind that channel width is 20MHz, and the frequency
  618.                  specified here is the center frequency.
  619.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  620.         ::= { murftable 26 }
  621.  
  622.     murftableChannel27 OBJECT-TYPE
  623.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  624.         ACCESS  read-write
  625.         STATUS  mandatory
  626.         DESCRIPTION
  627.         "RF channel 27 frequency (in MHz). It allows you to create your
  628.                  own channel instead of the manufacturing defaults in the master unit.
  629.                  Keep in mind that channel width is 20MHz, and the frequency
  630.                  specified here is the center frequency.
  631.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  632.         ::= { murftable 27 }
  633.  
  634.     murftableChannel28 OBJECT-TYPE
  635.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  636.         ACCESS  read-write
  637.         STATUS  mandatory
  638.         DESCRIPTION
  639.         "RF channel 28 frequency (in MHz). It allows you to create your
  640.                  own channel instead of the manufacturing defaults in the master unit.
  641.                  Keep in mind that channel width is 20MHz, and the frequency
  642.                  specified here is the center frequency.
  643.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  644.         ::= { murftable 28 }
  645.  
  646.     murftableChannel29 OBJECT-TYPE
  647.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  648.         ACCESS  read-write
  649.         STATUS  mandatory
  650.         DESCRIPTION
  651.         "RF channel 29 frequency (in MHz). It allows you to create your
  652.                  own channel instead of the manufacturing defaults in the master unit.
  653.                  Keep in mind that channel width is 20MHz, and the frequency
  654.                  specified here is the center frequency.
  655.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  656.         ::= { murftable 29 }
  657.  
  658.     murftableChannel30 OBJECT-TYPE
  659.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  660.         ACCESS  read-write
  661.         STATUS  mandatory
  662.         DESCRIPTION
  663.         "RF channel 30 frequency (in MHz). It allows you to create your
  664.                  own channel instead of the manufacturing defaults in the master unit.
  665.                  Keep in mind that channel width is 20MHz, and the frequency
  666.                  specified here is the center frequency.
  667.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  668.         ::= { murftable 30 }
  669.  
  670.     muismTxPowerMax OBJECT-TYPE
  671.             SYNTAX  INTEGER (-128..127)
  672.         ACCESS  read-only
  673.         STATUS  mandatory
  674.         DESCRIPTION
  675.                 "The maximum ISM Tx power value can be set (in dBm)."
  676.             ::= { muism 1 }
  677.     
  678.     muismTxPowerMin OBJECT-TYPE
  679.         SYNTAX  INTEGER (-128..127)
  680.         ACCESS  read-only
  681.         STATUS  mandatory
  682.         DESCRIPTION
  683.                 "The minimum ISM Tx power value can be set (in dBm)."
  684.             ::= { muism 2 }
  685.     
  686.     muismTxPower OBJECT-TYPE
  687.         SYNTAX  INTEGER (-128..127)
  688.         ACCESS  read-write
  689.         STATUS  mandatory
  690.         DESCRIPTION
  691.         "ISM RF tx power (in dBm). It specifies the power output
  692.                  of the radio, excluding the antenna gain. Check parameters
  693.                  muismTxPowerMax and masterismTxPowerMin for power setting range."
  694.         ::= { muism 3 }
  695.  
  696.     muismRxThreshold OBJECT-TYPE
  697.         SYNTAX  INTEGER (-90 | -85 | -80 | -75 | -70 | -65)
  698.         ACCESS  read-write
  699.         STATUS  mandatory
  700.         DESCRIPTION
  701.         "ISM RF rx threshold (in dBm). It specifies the receiver                                     
  702.          sensitivity of the master. By default, the radio's sensitivity is -82dBm.
  703.                  The higher the threshold is, the less sensitive the radio will be.
  704.                  In M5800S, the value -90 represents the rfrxthreshold is disabled."
  705.         ::= { muism 4 }
  706.  
  707.     muismTargetRSSI OBJECT-TYPE
  708.         SYNTAX  INTEGER (-85..-45)
  709.         ACCESS  read-write
  710.         STATUS  mandatory
  711.         DESCRIPTION
  712.         "ISM RF RSSI (in dBm). It specifies the target RSSI from the remote unit
  713.                  to the master unit. Based on this parameter, the master unit can power level
  714.                  the remote unit so that it receives same level of signal strength from
  715.                  the remote unit, regardless far or near. Note that when you set the Target RSSI
  716.                  from the remote unit, you need to consider master unit's RF Rx Threshold value.
  717.                  The Target RSSI from the remote unit must be 5dB higher than the RF Rx
  718.              Threshold. When the RF Rx Threshold is disabled, the setting of the Target
  719.                  RSSI from remote unit shall be no less than -75dBm."
  720.         ::= { muism 5 }
  721.  
  722.     muuniiTxPowerMax OBJECT-TYPE
  723.         SYNTAX  INTEGER (-128..127)
  724.         ACCESS  read-only
  725.         STATUS  mandatory
  726.         DESCRIPTION
  727.                 "This object is only applicable to M5830S/P5830S radio.
  728.                  The maximum UNII Tx power value can be set (in dBm)."
  729.         ::= { muunii 1 }
  730.     
  731.     muuniiTxPowerMin OBJECT-TYPE
  732.         SYNTAX  INTEGER (-128..127)
  733.         ACCESS  read-only
  734.         STATUS  mandatory
  735.         DESCRIPTION
  736.                 "This object is only applicable to M5830S/P5830S radio.
  737.                  The minimum UNII Tx power value can be set (in dBm)."
  738.             ::= { muunii 2 }
  739.         
  740.      muuniiTxPower OBJECT-TYPE
  741.         SYNTAX  INTEGER (-128..127)
  742.         ACCESS  read-write
  743.         STATUS  mandatory
  744.         DESCRIPTION
  745.                 "This object is only applicable to M5830S/P5830S radio.
  746.          UNII RF tx power (in dBm). It specifies the power output
  747.                  of the radio, excluding the antenna gain. Check parameters
  748.                  apuniiTxPowerMax and apuniiTxPowerMin for power setting range."
  749.         ::= { muunii 3 }
  750.  
  751.     muuniiRxThreshold OBJECT-TYPE
  752.         SYNTAX  INTEGER (-90 | -85 | -80 | -75 | -70 | -65)
  753.         ACCESS  read-write
  754.         STATUS  mandatory
  755.         DESCRIPTION
  756.                 "This object is only applicable to M5830S/P5830S radio.
  757.                  UNII RF rx threshold (in dBm). It specifies the receiver sensitivity of the  master."
  758.         ::= { muunii 4 }
  759.  
  760.     muuniiTargetRSSI OBJECT-TYPE
  761.         SYNTAX  INTEGER (-85..-45)
  762.         ACCESS  read-write
  763.         STATUS  mandatory
  764.         DESCRIPTION
  765.                 "This object is only applicable to M5830S/P5830S radio.
  766.          UNII RF target RSSI (in dBm). It specifies the target RSSI from
  767.                  remote unit to the master unit. Based on this parameter, the master can power
  768.                  level the remote unit so that it receives same level of signal strength from
  769.                  the remote unit, regardless far or near. Note that when you set the Target RSSI
  770.                  from the remote unit, you need to consider remote unit's RF Rx Threshold value.
  771.                  The Target RSSI from the remote unit must be 5dB higher than the RF Rx Threshold."
  772.         ::= { muunii 5 }
  773.  
  774.     -- remote unit objects
  775.     ruDeviceId OBJECT-TYPE
  776.             SYNTAX  OCTET STRING (SIZE(4))
  777.         ACCESS  read-write
  778.         STATUS  mandatory
  779.         DESCRIPTION
  780.         "Remote unit device ID."
  781.         ::= { ru 1 }
  782.  
  783.     ruUpstreamMIR OBJECT-TYPE
  784.         SYNTAX  INTEGER (100..10000)
  785.         ACCESS  read-write
  786.         STATUS  mandatory
  787.         DESCRIPTION
  788.         "It is the Maximum Information Rate (in Kbps)
  789.                  the master unit allocates to remote unit."
  790.             DEFVAL { 128 }
  791.         ::= { ru 2 }
  792.  
  793.     remoteDownstreamMIR OBJECT-TYPE
  794.         SYNTAX  INTEGER (100..10000)
  795.         ACCESS  read-write
  796.         STATUS  mandatory
  797.         DESCRIPTION
  798.         "It is the Maximum Information Rate (in Kbps)
  799.                  the master unit allocates to the remote unit."
  800.             DEFVAL { 9999 }
  801.         ::= { ru 3 }
  802.  
  803.     ruPowerLvl OBJECT-TYPE
  804.         SYNTAX  INTEGER {
  805.                         deactivated(0),
  806.                         activated(1)
  807.                     }
  808.         ACCESS  read-write
  809.         STATUS  mandatory
  810.         DESCRIPTION
  811.         "It is a feature that is typically found in more
  812.                  elaborate mobile systems such as cellular CDMA
  813.                  networks. Using this feature, the remote unit have its
  814.                  RF power output adjusted until its signal strength
  815.                  received in the master unit is roughly the same."
  816.             DEFVAL  {deactivated}
  817.         ::= { ru 4 }
  818.  
  819.     ruReboot OBJECT-TYPE
  820.             SYNTAX  INTEGER {
  821.                         deactivated(0),
  822.                         activated(1)
  823.                     }
  824.             ACCESS  read-write
  825.             STATUS  mandatory
  826.             DESCRIPTION
  827.                 "Master unit issues reboot command to remote unit."
  828.             DEFVAL { deactivated }
  829.             ::= { ru 5 }
  830.  
  831.     ruAssociation OBJECT-TYPE
  832.             SYNTAX  INTEGER {
  833.                         associated(1),
  834.                         notAssociated(0)
  835.                     }
  836.         ACCESS  read-only
  837.         STATUS  mandatory
  838.         DESCRIPTION
  839.         "Remote unit association status."
  840.         ::= { ru 6 }
  841.  
  842.     ruDistance OBJECT-TYPE
  843.         SYNTAX  INTEGER (0..40)
  844.         ACCESS  read-only
  845.         STATUS  mandatory
  846.         DESCRIPTION
  847.         "Distance of remote unit (in mile)."
  848.         ::= { ru 7 }
  849.  
  850.     -- trapconfig objects
  851.         trapconfigDest1IPAddress OBJECT-TYPE
  852.         SYNTAX  IpAddress
  853.         ACCESS  read-write
  854.         STATUS  mandatory
  855.         DESCRIPTION
  856.         "Trap destination 1 IP address."
  857.         ::= { trapconfig 2 }
  858.          
  859.         trapconfigDest2IPAddress OBJECT-TYPE
  860.         SYNTAX  IpAddress
  861.         ACCESS  read-write
  862.         STATUS  mandatory
  863.         DESCRIPTION
  864.         "Trap destination 2 IP address."
  865.         ::= { trapconfig 3 }
  866.  
  867.     
  868.     -- MIB version object
  869.     mibinfoVersion OBJECT-TYPE
  870.             SYNTAX  DisplayString (SIZE (0..32))
  871.         ACCESS  read-only
  872.         STATUS  mandatory
  873.         DESCRIPTION
  874.         "Trango master unit MIB Version."
  875.         ::= { mibinfo 1 }
  876.  
  877.     -- Trap objects
  878.  
  879. -- End of file <trango_P5830S_MU_1p0.mib>
  880. END
  881.         
  882.